From: Stephen Rothwell Date: Wed, 6 Jul 2011 05:02:49 +0000 (+1000) Subject: staging: use of tasklets requires including interrupt.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~13241^2~87 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e8e30b8ded0f6fcc8ae63e2918e7353b76bdfa4b;p=linux-4.9.git staging: use of tasklets requires including interrupt.h The implicit include of linux/interrupt.h is being removed from netdevice.h. Signed-off-by: Stephen Rothwell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c b/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c index 722d4c7103d7..7fa95b6213c5 100644 --- a/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c +++ b/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include